@charset "UTF-8";

@font-face {
    font-family: 'hiragino_sans_gbw3';
    src: url('../fonts/HIRAGINO_SANS_GB_W3.eot');
    src: url('../fonts/HIRAGINO_SANS_GB_W3.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HIRAGINO_SANS_GB_W3.woff2') format('woff2'),
         url('../fonts/HIRAGINO_SANS_GB_W3.woff') format('woff'),
         url('../fonts/HIRAGINO_SANS_GB_W3.ttf') format('truetype'),
         url('../fonts/HIRAGINO_SANS_GB_W3.svg#hiragino_sans_gbw3') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hiragino_sans_gbw6';
    src: url('../fonts/HIRAGINO_SANS_GB_W6.eot');
    src: url('../fonts/HIRAGINO_SANS_GB_W6.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HIRAGINO_SANS_GB_W6.woff2') format('woff2'),
         url('../fonts/HIRAGINO_SANS_GB_W6.woff') format('woff'),
         url('../fonts/HIRAGINO_SANS_GB_W6.ttf') format('truetype'),
         url('../fonts/HIRAGINO_SANS_GB_W6.svg#hiragino_sans_gbw6') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0px;
	padding:0px;
}
html{}
body{
	font-size:16px;
	color:#333;
	font-family:'hiragino_sans_gbw3 hiragino_sans_gbw6';
	font-weight:normal;
	width:100%;
	margin:0px auto;
	background-color:#fff;
}
ul{
	list-style-type:none;
}
a,a:hover{
	text-decoration:none;
}
img{
	border:none;
}
.w{
	margin:auto;
	width:1200px;
}
.c{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

/*首页*/
.header {}
.header-top {
	background-color: #2f3841;
	color: #fff;
	padding: 12px 0px;
}
.slogan {
	position: relative;
	top: 2px;
}
.header-top a {
	float: right;
	color: #fff;
	font-size: 14px;
}
.header-top a.en {
	background: url(../images/en.png) no-repeat center left;
	padding-left:25px;
	margin-left: 10px;
}
.header-top a.cn {
	background: url(../images/cn.png) no-repeat center left;
	padding-left:25px;
}
.header-middle {
	padding: 15px 0px;
	background-color: #fff;
}
.nav {
	height: 60px;
	line-height: 60px;
	background-color: #036eb8;
}
.nav ul {
	width: 1170px;
	padding-left: 30px;
}
.nav ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0px 25px;
}
.nav ul li a {
	color: #fff;
	font-size: 18px;
}

.bannerwrapper{width:100%;margin:0 auto;text-align:center;}
.banner{margin:0 auto;width:100%;height:auto;text-align:center;position:relative;z-index:0;overflow:hidden;zoom:1;margin-left:0;}
.banner img{width:100%;height:auto;display:block;}
/* flexslider */
.flexslider{}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{margin:0;padding:0;zoom:1;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(/static/web2/images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{padding:0px;width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(/static/web2/images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

.search {
	height: 80px;
	line-height: 80px;
	background-color: #f2f2f2;
}
.hot-keys {
	color: #666;
}
.hot-keys a {
	color: #666;
}

input.search-bar {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 32px;
	width: 320px;
	padding-left: 20px;
	outline: none;
}
input.search-bar::-webkit-input-placeholder{/* WebKit browsers */
	font-size: 12px;
	color: #999;
}
input.search-bar:-moz-placeholder{/* Mozilla Firefox 4 to 18 */ 
    font-size: 12px;
	color: #999;
}
input.search-bar::-moz-placeholder{/* Mozilla Firefox 19+ */ 
    font-size: 12px;
	color: #999;
}
input.search-bar:-ms-input-placeholder{/* Internet Explorer 10+ */ 
    font-size: 12px;
	color: #999;
}
input.search-btn {
	background: url(../images/sbtn.png) no-repeat;
	height:34px;
	width: 60px;
	border: none;
	cursor: pointer;
}
/*container*/
.title-box {
	margin-top: 30px;
}
.title-box h2 {
	font-family: 'hiragino_sans_gbw6';
	color: #036eb8;
	font-size: 28px;
	font-weight: 550;
}
.title-box span {
	color: #b4b4b4;
	font-size: 18px;
	line-height: 50px;
	margin-left: 10px;
	font-style: italic;
}
.title-box .space-line1 {
	width: 300px;
	border-bottom: 1px solid #6c9ccc;
}
.title-box .space-line2 {
	width: 300px;
	border-bottom: 1px solid #6c9ccc;
	margin: 4px 0px 0px 10px;
}
.company-info {
	margin-top: 40px;
}
.company-pic {
	width: 40%;
}
.company-pic img {
	width: 100%;
}
.company-content {
	width: 55%;
}
.company-content span {
	display: block;
}
.company-content span:nth-child(1) {
	font-size: 25px;
	color: #222;
}
.company-content span:nth-child(2) {
	margin: 12px 0px 22px 0px;
	color: #333;
}
.company-content p {
	color: #5e5f5f;
	text-indent: 2em;
	line-height: 26px;
}
.company-content a {
	float: right;
}
.proslist {
	position: relative;
	width: 1320px;
	margin: 0 auto;
}
.swiper1, .swiper3 {
	width: 1200px;
	margin-top: 30px;
}
.proslist .sprev1, .proslist .sprev3 {
	background: url(../images/left.jpg) no-repeat center center;
	color: transparent;
}
.proslist .snext1, .proslist .snext3 {
	background: url(../images/right.jpg) no-repeat center center;
	color: transparent;
}
.proslist .swiper-slide {
	height: 405px;
	width: 280px;
	margin-right: 26px;
}
.proslist .swiper-slide:last-child {
	margin-right: 0px;
}
.proslist .swiper-slide a {
	display: block;
	height: 400px;
	width: 280px;
	background: #65c0ff;
	/*background: url(../images/product.jpg) no-repeat;*/
	-moz-box-shadow: 0px 10px 5px #a3a3a3; /* 老的 Firefox */
    box-shadow: 0px 10px 5px #a3a3a3;
}
.proslist .swiper-slide a p {
	color: #fff;
	padding: 20px 0px 0px 20px;
	line-height: 25px;
}
.proslist .swiper-slide a span {
	color: #fff;
	padding-left: 20px;
	font-size: 14px;
}
.proslist .swiper3 img {
	margin: 10px 15px 0px 15px;
}
.proslist .swiper1 img {
	margin: 10px 15px 0px 15px;
}
.proslist .swiper3 .swiper-slide a p {
	height: 70px;
}
.proslist .swiper1 .swiper-slide a p {
	height: 70px;
}
.dh ul{position: relative;overflow: hidden;width: 1200px;height: 320px;margin: 60px auto 0;}
.dh ul li{float: left;width: 90px;overflow: hidden;height: 100%;position: relative;cursor: pointer;}
.dh ul > li > a{display: block;width: 100%;height: 100%;}
.dh ul li .layer{position: absolute;top: 0px;left: 0;padding-top:20px;width: 100%;background:rgba(27,29,36,0.4);height: 100%;}
.dh ul li .layer .p1{position: absolute;left:40%;color: #fff;font-size:30px;width:10px;}
.dh ul li .layer .p2{position: absolute;top:35%;left:479px;}

.layer-title {
	margin-left:190px;
	font-size: 26px;
	color: #fff;
	display: block;
	text-align: center;
}
.layer-more {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	margin-left:190px;
	background: #036eb8;
	border-radius: 5px;
	width: 140px;
	padding: 8px 0px;
	display: block;
	text-align: center;
}

.brands {
	width: 100%;
	height: 245px;
	margin-top: 30px;
    background: -webkit-linear-gradient(#1083d3, #0461a2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1083d3, #0461a2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1083d3, #0461a2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1083d3, #0461a2); /* 标准的语法（必须放在最后） */
}
.brandslist {
	position: relative;
	width: 1320px;
	margin: 0 auto;
	padding-top: 60px;
}
.swiper2 {
	width: 1200px;
}
.brandslist .sprev2 {
	background: url(../images/left.jpg) no-repeat center center;
	color: transparent;
	top:55%;
}
.brandslist .snext2 {
	background: url(../images/right.jpg) no-repeat center center;
	color: transparent;
	top:55%;
}
.brandslist .swiper-slide {
	width: 280px;
	margin-right: 26px;
}
.brandslist .swiper-slide:last-child {
	margin-right: 0px;
}
.brandslist .swiper-slide a {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.news-list {
	margin-top: 40px;
}
.news-list ul li {
	height: 160px;
	margin-bottom: 20px;
	float: left;
	/*margin-right: 10px;*/
}
.news-list ul li:nth-child(odd){
	float: left;
}
.news-list ul li:nth-child(even){
	float: right;
}
.news-left {
	width: 4px;
	height: 160px;
}
.news-middle {
	height: 160px;
	width: 160px;
	background: #e4e4e4;
	color: #b1b0b0;
}
.news-middle span:nth-child(1){
	display: block;
	margin: 30px 0px 0px 50px;
	font-size: 50px;
}
.news-middle span:nth-child(2){
	display: block;
	margin: 0px 0px 0px 25px;
	font-size: 24px;
}
.news-right {
	height: 160px;
	width: 410px;
	background: #f5f5f5;
	padding-right: 20px;
}
.news-right a {
	display: block;
	margin-top: 45px;
	margin-left: 25px;
	color: #333;
}
.news-right p {
	color: #999;
	margin-left: 25px;
	margin-top: 24px;
}
/*products*/
.breadcrumb, .breadcrumb a, .breadcrumb span {
	color:#999;
}
.breadcrumb {
	margin-top: 15px;
	line-height: 30px;
	border-bottom: 1px solid #036eb8;
}
.type-list {}
.type-list ul li {
	width: 270px;
	float: left;
	background: #f0f0f0;
	margin-top: 40px;
	margin-left: 40px;
}
.type-list ul li:first-of-type {
	margin-left: 0px;
}
.type-list ul li a {
	width: 100%;
	display: block;
	padding: 30px 0px;
}
.type-list ul li a img {
	float: left;
	width: 30%;
	margin-left: 25px;
}
.type-list ul li a span {
	display: block;
	float: left;
	width: 55%;
	margin-left: 5px;
	color: #666;
}
.type-list ul li a span:nth-child(2) {
	margin-top: 10px;
	font-size: 20px;
}
.type-list ul li a span:nth-child(3) {
	margin-top: 5px;
}
/*left menu*/
.left-menu {
	width: 270px;
	margin-top: 40px;
}
.left-menu-header {
	height: 95px;
	background: #036eb8;
}
.left-menu-header span {
	display: block;
	color: #fff;
	text-align: center;
}
.left-menu-header span:nth-child(1) {
	font-size: 26px;
	padding-top: 13px;
}
.left-menu-header span:nth-child(2) {
	padding-top: 10px;
}
.left-menu-middle{
	width: 246px;
	border-left: 2px solid #036eb8;
	border-right: 2px solid #036eb8;
	padding: 20px 10px;
}
.left-menu-middle > ul > li {
	margin-bottom: 10px;
}
.left-menu-middle > ul > li > a{
 	padding-left: 18px;
 	color: #666; 
 	font-size:18px; 
 	display: block; 
 	font-weight:bold; 
 	height:36px;
 	line-height: 36px;
 	position: relative;
 	background:url(../images/add.jpg) no-repeat 220px center;
 	background-color: #f0f0f0;
}
 .left-menu-middle > ul > li > a.active{
 	padding-left: 18px;
 	color: #fff; 
 	font-size:18px; 
 	display: block; 
 	font-weight:bold; 
 	height:36px;
 	line-height: 36px;
 	position: relative;
 	background:url(../images/plus.jpg) no-repeat 220px center;
 	background-color: #036eb8;
}
/*.left-menu-middle > ul > li > a.inactive{ 
 	background:url(../images/add.jpg) no-repeat 220px center;
}
.left-menu-middle > ul > li > a.inactives{
 	background:url(../images/plus.jpg) no-repeat 220px center;
} */
 .left-menu-middle > ul > li > ul{
 	display: none;
 }
 .left-menu-middle > ul > li > ul > li {

 }
 .left-menu-middle > ul > li > ul > li > a{ 
 	padding-left:25px;
 	color: #999;
 	line-height: 30px;
 }
 .left-menu-middle > ul > li > ul > li > a:hover{ 
 	padding-left:25px;
 	color: #036eb8;
 	line-height: 30px;
 }
 .left-menu-footer {
 	height: 102px;
 	width: 270px;
 	background: #036eb8;
 	text-align: center;
 	padding-top: 13px;
 }
 .left-menu-footer span {
 	display: block;
 	color: #fff;
 }
 .left-menu-footer span:nth-child(3) {
 	font-size: 22px;
 }
 .right-list {
 	margin-left: 40px;
	margin-top: 40px;
 }
 .product-type {
 	color: #036eb8;
 	font-size: 26px;
 	line-height: 50px;
 	border-bottom: 1px solid #d6d6d6;
 }
  .product-list {
  	width: 890px;
  }
 .product-list ul li {
 	float: left;
 	height: 311px;
 	margin-left: 40px;
 	margin-top: 30px;
 }
 .product-list ul li:nth-child(3n+1) {
 	margin-left: 0px;
 }
 .product-list ul li a {
 	display: block;
 	width: 268px;
 }
  .product-list ul li a:nth-child(1) {
 	display: block;
 	width: 268px;
 	border: 1px solid #c7c7c7;
 }
  .product-list ul li a:nth-child(1):hover {
  	border: 1px solid #036eb8;
  }
 .product-list ul li a:nth-child(1) img {
 	width: 100%;
 	vertical-align:top;
 }
  .product-list ul li a:nth-child(2) {
 	display: block;
 	width: 270px;
 	height: 21px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
 .product-list ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
 .pagnition {
 	margin: 45px 0px 75px 0px;
 }
 /*products-brand*/
 .brand-list {}
 .brand-list ul li {
	width: 270px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}
.brand-list ul li:nth-child(4n+1) {
	margin-left: 0px;
	clear: left;
}
.brand-list ul li a {
	width: 268px;
	display: block;
}
.brand-list ul li a img {
	width: 90%;
}
  .brand-list ul li a:nth-child(1) {
 	display: table-cell;
 	text-align: center;
 	vertical-align:middle;
 	width: 268px;
 	height: 118px;
 	border: 1px solid #c7c7c7;
 }
  .brand-list ul li a:nth-child(1):hover {
  	border: 1px solid #036eb8;
  }
.brand-list ul li a:nth-child(2) {
 	display: block;
 	width: 270px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
.brand-list ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
 .paging {
 	
 	overflow:hidden;
 }
.pagination {
	float: left;
	position: relative;
	left: 50%;
	margin-top: 110px;
}
.pagination li {
	float: left;
	position: relative;
	right: 50%;
	border: 1px solid #e5e5e5;
	
	margin: 0px 5px;
}
.pagination li a,.pagination li span {
	display: block;
	color: #9d9d9d;
	padding: 10px 15px;
}
.pagination li a:hover {
	color: #fff;
	background: #036eb8;
}
.pagination li.disabled {
	background: #f0f0f0;
}
.pagination li.active {
	background: #036eb8;
}
.pagination li.active span {
	color: #fff;
}
.app-list {}
 .app-list ul li {
	width: 580px;
	/*height: 320px;*/
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	position: relative;
}
.app-list ul li:nth-child(2n+1) {
	margin-left: 0px;
}
.app-list ul li a {
	display: block;
}

/*.app-list ul li a:nth-child(1) {
 	width: 580px;
 	height: 320px;
 }*/
.app-list ul li a:nth-child(1) img {
	width: 100%;
	height: 100%;
 	vertical-align:top;
}
.app-list ul li a:nth-child(2) {
 	width: 580px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
.app-list ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
 .app-list ul li p {
 	display: none;
 	position: absolute;
 	top: 0px;
 	left:0;
 	z-index: 999;
	width: 532px;
	height: 290px;
	/*background: #12486c;*/
	background-color:rgba(18,72,108,0.5);
	/*opacity: 0.5;*/
	color: #fff;
	padding: 30px 24px 0px 24px;
	line-height: 35px;
 }
 .app-list ul li p span {
 	opacity: 1;
 }
 /*brand-info*/
 .brand-info {
 	width: 1140px;
 	background: #65c0ff;
 	/*height: 240px;*/
 	padding: 0px 40px 10px 20px;
 }
.brand-left {
	width: 270px;
	margin-top: 40px;
}
.brand-left img {
  	width: 100%;
 }
 .brand-left a {
 	display: block;
 	text-align: center;
 	color: #fff;
 	margin-top: 15px;
 }
 .brand-right {
 	width: 835px;
 	margin-left: 35px;
 	margin-top: 30px;
 	color: #fff;
 	height:180px;
 	overflow:hidden;
 }
  .brand-right p {
  	font-size: 18px;
  	line-height: 30px;
  }
  .product-title {
  	color: #036eb8;
  	font-size: 26px;
  	margin-top: 40px;
  }
  .product-list2 {
  	
  }
 .product-list2 ul li {
 	float: left;
 	margin-left: 40px;
 	margin-top: 30px;
 }
 .product-list2 ul li:nth-child(4n+1) {
 	margin-left: 0px;
 }
 .product-list2 ul li a {
 	display: block;
 	width: 268px;
 }
  .product-list2 ul li a:nth-child(1) {
 	display: block;
 	width: 268px;
 	border: 1px solid #c7c7c7;
 }
  .product-list2 ul li a:nth-child(1):hover {
  	border: 1px solid #036eb8;
  }
 .product-list2 ul li a:nth-child(1) img {
 	width: 100%;
 	vertical-align:top;
 }
  .product-list2 ul li a:nth-child(2) {
 	display: block;
 	width: 270px;
 	height: 21px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
 .product-list2 ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
 /*app-info*/
 .app-info {
 	width: 1140px;
 	background: #65c0ff;
 	min-height: 330px;
 	padding: 0px 40px 10px 20px;
 }
.app-left {
	width: 375px;
	margin-top: 25px;
	border: 2px solid #fff;
}
.app-left img {
  	width: 100%;
  	vertical-align: top;
 }
 .app-right {
 	width: 726px;
 	margin-left: 35px;
 	margin-top: 30px;
 	color: #fff;
 }
.app-right p {
  	font-size: 18px;
  	line-height: 30px;
  	margin-top: 20px;
}
.app-right h1 {
	font-size: 24px;
}
/*case-list*/
 .case-list {
  	
  }
 .case-list ul li {
 	float: left;
 	width: 380px;
 	margin-left: 30px;
 	margin-top: 35px;
 }
 .case-list ul li:nth-child(3n+1) {
 	margin-left: 0px;
 }
 .case-list ul li a {
 	display: block;
 	width: 380px;
 }
  .case-list ul li a:nth-child(1) {
 	display: block;
 	width: 380px;
 }
  .case-list ul li a:nth-child(1):hover {
  }
 .case-list ul li a:nth-child(1) img {
 	width: 100%;
 	vertical-align:top;
 }
  .case-list ul li a:nth-child(2) {
 	display: block;
 	width: 380px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
 .case-list ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
.case-list ul li p {
  	width: 380px;
  	color: #999;
  	margin-top: 15px;
}
.case-list ul li p:hover {
	color: #036eb8;
}
/*news*/
.news ul li{
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
.news-list-left {
	width: 140px;
	height: 300px;
	padding-right: 50px;
	background: #036eb8;
}
.news-list-left span {
	color: #fff;
	display: block;
	text-align: right;
	width: 100%;
}
.news-list-left span:nth-child(1) {
	font-size: 46px;
	margin-top: 68px;
}
.news-list-left span:nth-child(2) {
	font-size: 22px;
	margin-top: 15px;
}
.news-list-left span:nth-child(3) {
	border-bottom: 2px solid #fff;
	width: 35px;
	float: right;
	margin: 20px 0px;
}
.news-list-right {
	width: 1010px;
	height: 300px;
	background:#f6f5f5;
}
.news-list-right a {
	width: 930px;
	height: 270px;
	display: block;
}
.news-list-right a {
	padding: 30px 25px 0px 55px;
}
.news-list-right a span:nth-child(1) {
	color: #2e2e2e;
	font-size: 28px;
	display: block;
}
.news-list-right a p {
	margin-top: 30px;
	color: #646363;
	line-height: 30px;
}
.news-list-right a span:nth-child(3) {
	color: #9f9d9d;
	display: block;
	margin-top: 25px;
}
/*news-info*/
.news-info {
	margin-top: 30px;
}
.news-info h1 {
	font-size: 26px;
	color: #333;
	text-align: center;
}
.news-time {
	padding: 0px 20px;
	color: #666;
	background: #ececec;
	line-height: 35px;
	margin: 30px 0px 25px 0px;
}
.news-time span {
	padding-left: 10px;
}
.news-content {
	/*line-height: 30px;*/
	font-size: 16px;
}
.news-ralation {
	border-top: 1px solid #ececec;
	padding-top: 30px;
	margin-top: 50px;
	color: #999;
}
.news-ralation div {
	margin-bottom: 10px;
}
.news-ralation span, .news-ralation a {
	color: #999;
}
.news-ralation a:hover {
	color: #036eb8;
}
.contact-title {
	margin-top: 40px;
}
.contact-title div {
	width: 50%;
	float: left;
}
.contact-title div span {
	display: block;
	font-size: 32px;
	color: #0369c4;
	line-height: 60px;
}
.contact-title div:nth-child(1) span {
	width: 100px;
	float: right;
	border-bottom: 2px solid #070707;
	text-align: right;
}
.contact-title div:nth-child(2) span {
	width: 100px;
	float: left;
	border-bottom: 2px solid #005ace;
	text-align: left;
}
.contact-sub-title {
	color: #999;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}
.contact-style {
	width: 580px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin-top: 40px;
}
.contact-style-left {
	width: 432px;
}
.contact-style-left span {
	display: block;
	text-align: right;
	/*color: #0369c4;*/
	color: #333;
}
.contact-style-left span.tl {
	display: block;
	text-align: left;
	/*color: #0369c4;*/
	color: #333;
}
.contact-style-left span:nth-child(1) {
	font-size: 24px;
}
.contact-style-left span:nth-child(2),.contact-style-left span:nth-child(3) {
	font-size: 18px;
	margin-top: 15px;
}
.contact-style-right {
	width: 120px;
}
.contact-style-right img {
	width: 100%;
}
.information {
	background: #f5f9fd;
	/*height: 350px;*/
	margin-top: 40px;
	padding-bottom: 40px;
}
.information-title {
	text-align: center;
	padding-top: 40px;
}
.information-title span {
	line-height: 40px;
}
.information-title span:nth-child(2) {
	font-size: 22px;
}
.information-title span:nth-child(1),.information-title span:nth-child(3) {
	color: #0369c4;
	font-size: 30px;
	position: relative;
	top: 10px;
}
.information-left {
	width: 600px;
	margin-top: 24px;
}
.information-left input {
	height: 55px;
	margin-bottom: 30px;
	background-color: #fff;
	outline-style: none;
	border: 1px solid #cdcdcd;
}
.information-left input:nth-child(1) {
	background-image: url(../images/input-p.jpg);
	background-repeat: no-repeat;
	width: 524px;
	padding-left: 56px;
}
.information-left input:nth-child(2) {
	background-image: url(../images/input-t.jpg);
	background-repeat: no-repeat;
	width: 524px;
	padding-left: 56px;
}
.information-right {
	width: 600px;
	margin-top: 24px;
}
.information-right textarea {
	width: 560px;
	float: right;
	height: 120px;
	padding: 10px;
	outline-style: none;
	border: 1px solid #cdcdcd;
}
.btn {
	background: #0369c4;
	color: #fff;
	outline: none;
	border: none;
	font-size: 20px;
	float: right;
	width: 100px;
	height: 35px;
	margin: 30px 20px 0px 0px;
}
/*product-info*/
.product-info {
	margin-top: 25px;
}
.product-info h1 {
	color: #036eb8;
	font-size: 30px;
	font-weight: 600;
}
.product-image {
	margin-top: 27px;
	width: 418px;
	
}
.product-image img {
	width: 418px;
}
.product-image .swiper3 {
	width: 418px;
	border: 1px solid #d9d9d9;
}
.product-image .swiper-pagination {
	position: absolute;
	width: 420px;
    text-align: center;
    transition: .3s opacity;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.product-image .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.product-para {
	width: 735px;
	margin-top: 30px;
}
.para-list ul li {
	min-height:50px;
	line-height:50px;
	width: 100%;
	border-bottom:1px dashed #bbb;
}
.para-list ul li span,.para-list ul li a {
	font-size: 20px;
}
.para-list ul li a {
	color: #333;
}
.para-list ul li span {
	color: #999;
}
.para-standard {
	width: 720px;
	height: 135px;
	background: #eaeaea;
	color: #fc3102;
	margin-top: 25px;
	padding: 15px 0px 0px 15px;
	line-height: 23px;
}
.para-download ul li {
	width: 318px;
	height: 27px;
	padding: 4px 0px;
	border: 1px solid #3eb0ff;
	margin-top: 40px;
}
.para-download ul li:nth-child(2n-1) {
	float: left;
}
.para-download ul li:nth-child(2n) {
	float: right;
}
.para-download ul li img,.para-download ul li a {
	vertical-align: middle;
}
.para-download ul li img {
	width:32px;
	height: 27px;
	border-right: 1px dashed #3eb0ff;
}
.para-download ul li a {
	color: #010101;
}
.telphone {
	margin-top: 45px;
	color: #fb0a0a;
	font-size: 24px;
	float: left;
}
.link-btn {
	display: block;
	float: right;
	margin-top: 35px;
	color: #fff;
	background: #fb5f0a;
	font-size: 24px;
	text-align: center;
	width: 320px;
	height: 35px;
	padding: 20px 0px;
}
.product-detail {
	margin-top: 50px;
}
#pro-detail-main{}
.pro-detail-menu{
	display:block;
	height:55px; 
	border-bottom:1px solid #036eb8;
}
.pro-detail-menu li{  
    display:block;  
    float:left;  
    width:178px;
	height:55px;
	line-height:55px;
	font-size:26px;
    text-align: center;  
    cursor:pointer;  
	color: #666;
}  
.pro-detail-menu li.hover{  
	color:#fff;
    background:#65c0ff; 
}  
#tab1,#tab2,#tab3,#tab4{
	padding-top: 37px;
	font-size: 16px;
}
#tab2 img {
	width: 100%;
}
.tab{  
     display:none;  
}  
.block{
     display:block;  
}
.ralated-box {}
.ralated-box ul li {
	margin-bottom: 30px;
	height: 268px;
}
.ralated-box ul li:hover {
	background: #f4f4f4;
}
.ralated-left {
	width: 266px;
}
.ralated-left img {
	width: 100%;
	border: 1px solid #d9d9d9;
}
.ralated-right {
	width: 882px;
	padding: 0px 20px 0px 30px;
}
.ralated-right span {
	color: #036eb8;
	font-size: 24px;
}
.ralated-right p {
	color: #666;
	font-size: 18px;
	margin-top: 15px;
	line-height: 35px;
}
.ralated-right a {
	float: right;
	color: #fff;
	background: #65c0ff;
	padding: 10px 30px;
}
.information-list{
	margin-top: 35px;
}
.information-list > ul > li {
	margin-bottom: 1px;
}
.information-list > ul > li > a{
 	padding-left: 18px;
 	color: #808080; 
 	font-size:18px; 
 	display: block;  
 	height:45px;
 	line-height: 45px;
 	position: relative;
 	background:url(../images/qan-icon.jpg) no-repeat 1140px center;
 	background-color: #eee;
}
 .information-list > ul > li > a.active{
 	padding-left: 18px;
 	color: #fff; 
 	font-size:18px; 
 	display: block;  
 	height:45px;
 	line-height: 45px;
 	position: relative;
 	background:url(../images/qaf-icon.jpg) no-repeat 1140px center;
 	background-color: #65c0ff;
}
.information-list > ul > li p{
 	display: none;
 	background: #fff;
 	color: #999;
 	padding: 15px 25px 30px 25px;
 	line-height: 30px;
 }
/*friend link*/
.flink {
	position: relative;
	height: 63px;
	margin-top: 40px;
}
.flink-title {
	position: absolute;
	color: #036eb8;
	border: 1px solid #036eb8;
	padding: 10px 8px;
	width: 118px;
	height: 20px;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 25px;
}
.flink-bg {
	position: absolute;
	top: 25px;
	left: 0px;
	height: 10px;
	width: 100%;
	background: #b1b1b1;
	z-index: 5;
}
.flink-list ul li {
	float: left;
	margin-left: 20px;
	color: #363636;
}
.flink-list ul li a {
	color: #363636;
}
/*footer*/
.footer {
	height: 350px;
	background: #2f3841;
	margin-top: 35px;
}
.footer p {
	float: left;
	color: #fff;
	line-height: 50px;
	padding: 30px 0px 10px 0px;
}
.footer p span {
	font-size: 18px;
}
.sepra2 {
	height: 350px;
	margin-left: 350px;
}
.qrcode {
	margin-top: 65px;
}
/*表格 前段后端要统一*/
table.tableProJSCS{
    width:700px;
    margin-top:10px;
    border: 1px solid #fff;
    background-color: #f5f5f5;
    color: #666;
    
}
table.tableProJSCS tr{
    height:25px;
    line-height:25px;
    border: 1px solid #f5f5f5;
}
table.tableProJSCS td{
    border: 1px solid #fff;
    text-align: center;
}
table.tableProJSCS td img {
	width:100%;
}
@font-face {
  font-family: "iconfont2"; /* Project id 3545024 */
  src: url('../fonts/iconfont2.woff2?t=1658731627318') format('woff2'),
       url('../fonts/iconfont2.woff?t=1658731627318') format('woff'),
       url('../fonts/iconfont2.ttf?t=1658731627318') format('truetype');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-dianhua:before {
  content: "\e797";
}

.icon2-youjian_o:before {
  content: "\ebca";
}
.sticky-menu {
    position: fixed;
    right: 0;
    width: 80px;
    display: flex;
    flex-direction: column;
    height: 180px;
    top: 36%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.sticky-menu a {
    width: 80px;
    height: 80px;
    background-color: #fff;
    /*opacity: .3;*/
    align-items: center;
    justify-content: center;
    display: flex;
}
.sticky-menu span {
	font-size: 90px;
	color: #ff001a;
}
.sticky-menu a:nth-child(2) span {
	font-size: 76px;
}